Labels:text | screenshot | diagram | line | parallel | font OCR: class ThreeCourseMeal public: GetFirst_ Get Second GetThird Eat() protected: private: class MexicanMainDish : virtual public ThreeCourseMeal public: GetFirst ... Get Second GetThird ... Eg :() protected : private: class MexicanDesert : virtual publi ThreeCourseMeal public: GetFirst ... Get Second ... GetThird Eat() protected : private: class MexicanFastFood : public MexicanMainDish public MexicanDesert public: GetFirst ... Get Second ... GetThird ... Eat() protected: private: GetFirst ... - inherited functions GetFirst_ - overriden or original functions